projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae7df7
)
(top-level): Don't require cl when compiling.
author
Glenn Morris
<rgm@gnu.org>
Sun, 2 Dec 2007 20:04:11 +0000
(20:04 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 2 Dec 2007 20:04:11 +0000
(20:04 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 206b2efa3c19b15a541b69830d842c759b23c3a8..6167400fd0e8d8ab1c56f49708afba5dfc7204da 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-23,6
+23,8
@@
(netrc-parse): Don't use encrypt.
(netrc-find-service-name, netrc-find-service-number): Don't use caddr.
+ * progmodes/python.el (top-level): Don't require cl when compiling.
+
2007-12-02 Agustin Martin <agustin.martin@hispalinux.es>
* textmodes/flyspell.el (flyspell-large-region): Explicitly set
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 04cc07a2eb43fa713527194b1d589e3bcffc410a..c6ee7f4174bb95d03a51917086296d8256454221 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-65,7
+65,6
@@
;;; Code:
(eval-when-compile
- (require 'cl)
(require 'compile)
(require 'comint)
(require 'hippie-exp))